Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1325

March 8th, 2016 11:00

ECS 2.2 Single node - starting after reboot

​Hello!​

​I've successfully installed ECS 2.2 software only on a CentOS 7 Linux VM. Things work great until I rebooted the VM, I can start the docker container but I can no longer log into the webUI. I enter the credentials and it never moves past the login page, no errors nor any bad password messages. Where can I look and how can I log into ECS after a reboot?​


​Thanks​
​Keith​

March 8th, 2016 12:00

Is the data disk properly mounted in /etc/fstab? Assuming that you're using the workarounds outlined here, try mounting with the following settings:

/dev/sdb1 /ecs/uuid-1 xfs rw,noatime,seclabel,attr2,inode64,noquota 0 0

Failing that, this may be related to a vnest issue. You could check for this by entering the container with

nsenter -i -m -p -u -t `pidof blobsvc`

and checking in /opt/storageos/logs/vnest.log for excessive timeout errors. This issue has been fixed in HF2 (tagged 2.2.0.2 and latest).

5 Practitioner

 • 

274.2K Posts

March 8th, 2016 18:00

That worked!

Keith Anderson

Isilon Specialist SE

Keith.Anderson@emc.com

919 259 9148

View More

No Events found!

Top